gtkmain: Ensure to emit real GDK_LEAVE_NOTIFY events.
authorCarlos Garnacho <carlosg@gnome.org>
Tue, 19 Sep 2017 16:18:07 +0000 (18:18 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Tue, 19 Sep 2017 16:40:51 +0000 (18:40 +0200)
commite0a3c9d2deb31beff5aaeb0aabc77bee0e0154bf
tree06376a280db50ff192368b3cfda4a518a4875a40
parentfb81d7fc8fca701847f614aebc647ce9fd836a4a
gtkmain: Ensure to emit real GDK_LEAVE_NOTIFY events.

If we got a GDK_LEAVE_NOTIFY event from GDK, we would reset the
GtkPointerFocus, but the event would be silently consumed.
gtk/gtkmain.c